﻿body{
font-family: 'Roboto', sans-serif;
}
.fixedbutton {
   position: fixed;
    bottom: 100px;
    right: 20px;
}

.fixedbutton:hover {
border:thin red 2px
}
.block{
	padding:50px;
	
}
.block-center{
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.block-foto{
	/*background:url("../graphik/5688562064_IMG_2284 1280.png") no-repeat center bottom fixed;*/
	background:url('../../basic%201/graphik/block-foto-hintergrund.png') no-repeat fixed center bottom;
	background-size: cover;
	width:100%;
	min-height:600px;
}
.platzhalter{
	background:url('../../basic%201/graphik/5688562064_IMG_2284%201280.png') no-repeat fixed center bottom;
	background-size: cover;
	width:100%;
}
.block-hell{
	background-color:white;
}
.block-dunkel{
	background-color:#CCCCCC;
}
.block-impr{
	background-color: #F2F2F2;
	width:100%;
}
.block-foot{
	background-color:#333333;
	color:white;
	min-height:150px;
	bottom:0px;
	left:0px;
	right:0px;	
	font-size:small;
}
.foto-txt{
	max-height:150px;
	max-width:150px;
	background-position:center center;
	float:left;
	margin-right:5px;
	padding:2px;
	border:0px black solid;
}
.white{
	color:white;
}

.ghost_btn {
    text-decoration: none;
    //font-size: 150%;
    font-weight:600;
    color: #FFF ;
    border: 2px solid #FFF;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
    border-radius: 2px;
    transition: all 0.6s ease 0s;
    cursor: pointer;
	background-color: Transparent;
	min-width:180px;
}

a.ghost_btn:hover, ghost_btn:hover,a:hover,a.ghost_btn:focus{
  background:#fff;
  color: #000;
}
.ghost_btn-xs {
    font-size: 100%;
    font-weight:500;
    border: 1px solid gray;
    padding: 0.5em 1.0em;
	min-width:100px;
}
.ghost_btn-xxs {
    font-size: 90%;
    font-weight:300;
    border: 1px solid white;
    padding: 0.2em 0.8em;
	min-width:90px;
	margin-top:5px;
	text-align:center; 
}

a.ghost_btn-xs:hover,ghost_btn-xxs, ghost_btn:hover,a:active,a.ghost_btn-xs:focus,ghost_btn-xxs:focus{
  background:gray;
  color: black;
}
.txt-black{
	color:black;
	border:1px black solid;	
}
.btn-black{
	color:black;
	border:1px black solid;	
}
.btn-orange{
	color: #F47400;
	border:1px #F47400 solid;	
}
.btn-orangered{
	color: #FF4500;
	border:1px #FF4500 solid;	
}
.btn-tomato{
	color: #FF6347;
	border:1px #FF6347 solid;	
}

.txt1{
	font-size:xx-large;
}
.txt2{
	font-size:x-large;
}
.txt3{
	font-size:large;
}
.txt4{
	font-size:medium;
}
.txt5{
	font-size: small;
}
.txt6{
	font-size: x-small;
}
.txt-justify{
	text-align:justify;
}
.txt-bold{
	font-weight:bold;
}
.txt-italic{
	font-style:italic;
}
.thumbnail-left{
	height:250px;
	margin-right:5px;
	margin-top:20px;
}
.thumbnail-right{
	height:250px;
	margin-left:5px;
	margin-top:20px;
}





@media screen and (max-width: 600px) {
.thumbnail-left{
	height:150px;
	margin-right:5px;
}
.thumbnail-right{
	height:150px;
	margin-left:5px;
}

}/*media*/